curl --location 'https://api.plugnotas.com.br/mdfe/IdDoMDFe/inclusaoDfe' \
--header 'x-api-key: 2da392a6-79d2-4304-a8b7-959572c7e44d' \
--header 'Content-Type: application/json' \
--data '{
   "municipioDeCarregamento": {
      "codigo": "teste",
      "nome": "teste"
   },
   "municipiosDeDescarregamento": [
      {
         "codigo": "teste",
         "nome": "teste",
         "chaveNfe": "teste"
      }
   ]
}'